home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0799 / 481 < prev    next >
Text File  |  1994-08-27  |  1KB  |  30 lines

  1. Subject: Re: text marks & sliders 
  2. Date: Mon, 27 Jun 1994 10:26:09 +1000
  3. From: Warwick Allison <warwick@cs.uq.oz.au>
  4. Precedence: bulk
  5.  
  6. Timothy Miller wrote:
  7.  
  8. >) If the mouse is placed over an editable text field, the mouse MUST change
  9. >) to a TEXT CURSOR while the mouse is over it.  It must be changed back to
  10. >) its original form when moved away.
  11. >
  12. >This isn't an easy thing to do.  It requires constant tracking of the 
  13. >mouse position.  Do you have an easy way to do this?
  14.  
  15. Actually, you just need to use the rectangle area tracking events. 
  16. Using just two rectangles, it is possible to track any number of
  17. rectangles.  It is not trivial to implement and maintain this though.
  18. For example, under X11 windows, this is part of the OS.
  19.  
  20.  
  21. >I just realized that I don't know how to build an object tree from 
  22. >scratch.  Hmmm.
  23.  
  24. It's very very easy.  Just keep all the links correct.  The last child's
  25. ob_next points to its parent.  The very last object in the form has the
  26. LASTOBJECT bit set.
  27.  
  28. --
  29. Warwick
  30.